adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Encryption Class / DecryptV3Data Method / DecryptV3Data(Byte[],Byte[]) Method

In This Topic
    DecryptV3Data(Byte[],Byte[]) Method
    In This Topic
    Decrypt data encrypted using Blowfish in version 3
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function DecryptV3Data( _
       ByVal source() As Byte, _
       ByVal key() As Byte _
    ) As String
    public static string DecryptV3Data( 
       byte[] source,
       byte[] key
    )

    Parameters

    source
    key
    See Also